home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir31 / btn36a.zip / CONVERT.DOC < prev    next >
Text File  |  1993-08-09  |  1KB  |  46 lines

  1.                      Buttons 3.6 menu conversion utility
  2.  
  3.                              (C) Copyright 1993
  4.  
  5.                          Rockland Software Productions
  6.  
  7.  
  8.  
  9. PURPOSE:
  10.     The CONVERT program (convert.exe) allows you to convert Buttons v3.5
  11.     menus to Buttons v3.6 menus.
  12.  
  13.  
  14. SYNTAX:
  15.     CONVERT <oldfilename> <newfilename>.
  16.  
  17.  
  18. RESTRICTIONS:
  19.     The .DAT file and .DA2 file for the v3.5 menu must be in the same
  20.     directory.
  21.  
  22.  
  23. NOTES:
  24.     v3.5 menus are stored in 2 files, one with a .DAT extension and one with
  25.     a .DA2 extension. v3.6 menus are stored in a single file with a .MNU
  26.     extension. Use the v3.5 .DAT file's filename for the old filename, and
  27.     use a .MNU extension for the new filename.
  28.  
  29.     CONVERT will convert program, batch, screen, view, and edit buttons.
  30.     All other button types are ignored (their functions are now menu picks
  31.     in v3.6). Background color and fillpattern are converted. Wallpapers,
  32.     background type, and screen VOC are set to their default v3.6 values.
  33.  
  34.     You will need to copy the batch files for any batch buttons converted to
  35.     your Buttons v3.6 directory. Yu will also need to edit any v3.5 batch
  36.     button batch files so they contain only the commands that appear between
  37.     the REM statements.
  38.  
  39.  
  40. EXAMPLE:
  41.     To convert v3.5 menu startup.dat to v3.6 menu oldstart.mnu, at the dos
  42.     prompt enter:
  43.  
  44.                  convert startup.dat oldstart.mnu
  45.  
  46.